home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Gemini / Horoscope Companion: Gemini.iso / pc / gemini / cfc.dir / 00001.ls next >
Encoding:
Text File  |  1996-10-08  |  295 b   |  20 lines

  1. on startMovie
  2.   cursor(4)
  3.   setupMovie()
  4. end
  5.  
  6. on stopMovie
  7.   hCleanupSprites()
  8. end
  9.  
  10. on idle
  11.   CheckForRollovers(the rollOver)
  12. end
  13.  
  14. on setupMovie
  15.   global g1stChimeSprite, g2ndChimeSprite, gTwoChimesSelected
  16.   set g1stChimeSprite to 4
  17.   set g2ndChimeSprite to 5
  18.   set gTwoChimesSelected to 0
  19. end
  20.